Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PLATFORM-7898 Upgrade UsingData to MW139 #5

Merged
merged 2 commits into from
Mar 15, 2023
Merged

PLATFORM-7898 Upgrade UsingData to MW139 #5

merged 2 commits into from
Mar 15, 2023

Conversation

mmeller-wikia
Copy link
Contributor

$wgHooks['ParserClearState'] = empty( $wgHooks['ParserClearState'] )
? $clearStateHooks
: array_merge( $clearStateHooks, $wgHooks['ParserClearState'] );
$parser->mPPNodeCount += $subParser->mPPNodeCount;
Copy link
Contributor Author

@mmeller-wikia mmeller-wikia Mar 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mPPNodeCount has been deprecated since MW1.35 without replacement
I am not an MW Parser expert so I am leaving it as is :)

@calendir calendir merged commit 74a0433 into master Mar 15, 2023
Michal-Chatlas1221 pushed a commit that referenced this pull request May 24, 2023
This reverts commit 74a0433, reversing
changes made to dedf2ac.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants